home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / program / cwaudit.zip / CWAUDDLG.DFM / CWAUDDLG.txt
Text File  |  1996-05-21  |  3KB  |  108 lines

  1. object AuditDlg: TAuditDlg
  2.   Left = 284
  3.   Top = 125
  4.   BorderStyle = bsDialog
  5.   Caption = 'Dialog'
  6.   ClientHeight = 415
  7.   ClientWidth = 599
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 497
  19.     Height = 401
  20.     Shape = bsFrame
  21.     IsControl = True
  22.   end
  23.   object SpeedButton1: TSpeedButton
  24.     Left = 472
  25.     Top = 376
  26.     Width = 25
  27.     Height = 25
  28.     Hint = 'Purge Audit Report'
  29.     Glyph.Data = {
  30.       78010000424D7801000000000000760000002800000020000000100000000100
  31.       04000000000000000000120B0000120B00000000000000000000000000000000
  32.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  33.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  34.       55555FFFFFFF5F55FFF5777777757559995777777775755777F7555555555550
  35.       305555555555FF57F7F555555550055BB0555555555775F777F55555550FB000
  36.       005555555575577777F5555550FB0BF0F05555555755755757F555550FBFBF0F
  37.       B05555557F55557557F555550BFBF0FB005555557F55575577F555500FBFBFB0
  38.       B05555577F555557F7F5550E0BFBFB00B055557575F55577F7F550EEE0BFB0B0
  39.       B05557FF575F5757F7F5000EEE0BFBF0B055777FF575FFF7F7F50000EEE00000
  40.       B0557777FF577777F7F500000E055550805577777F7555575755500000555555
  41.       05555777775555557F55550005555555055555777555555575550000}
  42.     NumGlyphs = 2
  43.     ParentShowHint = False
  44.     ShowHint = True
  45.     OnClick = SpeedButton1Click
  46.   end
  47.   object SpeedButton2: TSpeedButton
  48.     Left = 448
  49.     Top = 376
  50.     Width = 25
  51.     Height = 25
  52.     Hint = 'Print Audit Report'
  53.     Glyph.Data = {
  54.       76010000424D7601000000000000760000002800000020000000100000000100
  55.       04000000000000010000130B0000130B00000000000000000000000000000000
  56.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  57.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  58.       00033FFFFFFFFFFFFFFF0888888888888880777777777777777F088888888888
  59.       8880777777777777777F0000000000000000FFFFFFFFFFFFFFFF0F8F8F8F8F8F
  60.       8F80777777777777777F08F8F8F8F8F8F9F0777777777777777F0F8F8F8F8F8F
  61.       8F807777777777777F7F0000000000000000777777777777777F3330FFFFFFFF
  62.       03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  63.       03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  64.       33333337F3FF7F3733333330F08F0F0333333337F7737F7333333330FFFF0033
  65.       33333337FFFF7733333333300000033333333337777773333333}
  66.     NumGlyphs = 2
  67.     ParentShowHint = False
  68.     ShowHint = True
  69.     OnClick = SpeedButton2Click
  70.   end
  71.   object Label1: TLabel
  72.     Left = 16
  73.     Top = 16
  74.     Width = 62
  75.     Height = 13
  76.     Caption = 'Session logs:'
  77.   end
  78.   object cwButton1: TcwButton
  79.     Left = 512
  80.     Top = 8
  81.     Width = 80
  82.     Height = 25
  83.     Cancel = True
  84.     Caption = '&Close'
  85.     TabOrder = 0
  86.     OnClick = cwButton1Click
  87.   end
  88.   object cwButton2: TcwButton
  89.     Left = 512
  90.     Top = 40
  91.     Width = 80
  92.     Height = 25
  93.     Caption = '&Help'
  94.     TabOrder = 1
  95.     OnClick = cwButton2Click
  96.   end
  97.   object outAudit: TOutline
  98.     Left = 16
  99.     Top = 32
  100.     Width = 481
  101.     Height = 337
  102.     OutlineStyle = osPlusMinusText
  103.     ItemHeight = 13
  104.     TabOrder = 2
  105.     ItemSeparator = '\'
  106.   end
  107. end
  108.